projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a48541
)
* lisp/vc/vc-hg.el (compilation-directory): Silence byte-compiler.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 23 May 2017 12:16:59 +0000
(08:16 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 23 May 2017 12:16:59 +0000
(08:16 -0400)
lisp/vc/vc-hg.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc-hg.el
b/lisp/vc/vc-hg.el
index fff25ed64bf9868b844ab14daa2540592522c85d..ef7afd37268e1d9e91b5c6b356442dca8b4c6441 100644
(file)
--- a/
lisp/vc/vc-hg.el
+++ b/
lisp/vc/vc-hg.el
@@
-1302,6
+1302,7
@@
REV is the revision to check out into WORKFILE."
(autoload 'vc-do-async-command "vc-dispatcher")
(autoload 'log-view-get-marked "log-view")
+(defvar compilation-directory)
(defun vc-hg--pushpull (command prompt &optional obsolete)
"Run COMMAND (a string; either push or pull) on the current Hg branch.